Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Too many new actions #2

Merged
merged 40 commits into from
Jan 23, 2019
Merged

Too many new actions #2

merged 40 commits into from
Jan 23, 2019

Conversation

bltavares
Copy link
Owner

No description provided.


LABEL "com.github.actions.name"="cljfmt"
LABEL "com.github.actions.description"="PRovides linting and fixes using cljfmt"
LABEL "com.github.actions.icon"="bot"
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check which actions are available

cljfmt/Dockerfile Outdated Show resolved Hide resolved
cljfmt/README.md Outdated Show resolved Hide resolved
cljfmt/entrypoint.sh Outdated Show resolved Hide resolved
cljfmt/Dockerfile Outdated Show resolved Hide resolved
@bltavares bltavares changed the title WIP - cljfmt actions Too many new actions Jan 23, 2019
@bltavares bltavares merged commit f1f6e87 into master Jan 23, 2019
@bltavares bltavares deleted the cljfmt-actions branch January 23, 2019 18:19
bltavares added a commit that referenced this pull request Feb 7, 2019
A recent update of Alpine package repositories broke the actions based on the
alpine image.

Today I've learned that Alpine don't keep older versions around. To avoid it
breaking again, I'm using the `~=` matcher instead of the strict `=` version
selector.

Using `~=` is valid for `hadolint` as well.

Closes #2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant